home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 240
- ClientWidth = 322
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Splash: TImage
- Left = 0
- Top = 0
- Width = 322
- Height = 240
- Align = alClient
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object TimerSplash: TTimer
- Interval = 3000
- OnTimer = TimerSplashTimer
- Left = 312
- Top = 120
- end
- end
-